object fBlogThisAppsDlg: TfBlogThisAppsDlg Left = 435 Top = 359 BorderStyle = bsDialog Caption = 'fBlogThisAppsDlg' ClientHeight = 287 ClientWidth = 425 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 237 Width = 425 Height = 50 Align = alBottom Shape = bsTopLine end object btnCancel: TButton Left = 340 Top = 251 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 6 end object btnOK: TButton Left = 258 Top = 251 Width = 75 Height = 25 Caption = 'btnOK' Default = True ModalResult = 1 TabOrder = 5 OnClick = btnOKClick end object lvwApps: TListView Left = 9 Top = 8 Width = 406 Height = 177 Columns = < item Caption = 'name' Width = 100 end item Alignment = taCenter Caption = 'default' Width = 65 end item Caption = 'cmdline' Width = 300 end> ColumnClick = False ReadOnly = True RowSelect = True SortType = stText TabOrder = 0 ViewStyle = vsReport OnClick = lvwAppsClick OnDblClick = btnEditClick end object btnEdit: TButton Left = 89 Top = 200 Width = 75 Height = 25 Caption = 'btnEdit' TabOrder = 2 OnClick = btnEditClick end object btnRemove: TButton Left = 170 Top = 200 Width = 75 Height = 25 Caption = 'btnRemove' TabOrder = 3 OnClick = btnRemoveClick end object btnAdd: TButton Left = 9 Top = 200 Width = 75 Height = 25 Caption = 'btnAdd' TabOrder = 1 OnClick = btnAddClick end object btnAutoDetect: TButton Left = 9 Top = 249 Width = 157 Height = 25 Caption = 'btnAutoDetect' TabOrder = 4 OnClick = btnAutoDetectClick end end